home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ProxyDialog.h
-
- Contains: xxx put contents here xxx
-
- Version: xxx put the technology version here xxx
-
- Copyright: © 1998 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: Matt Ackeret
-
- Other Contact: xxx put alternate contact (ownerπs functional manager) here xxx
-
- Technology: xxx put the technology group name here xxx
-
- Writers:
-
- (MAA) Matt Ackeret
-
- Change History (most recent first):
-
- <1> 1/29/98 MAA First checked in.
- */
-
- #pragma once
-
- #include "BaseDialog.h"
-
- void HandleProxyDrag(WindowPtr theWindow, EventRecord *event);
-
- class ProxyDialog : public BaseDialog
- {
- public:
- ProxyDialog( SInt16 resID );
- virtual ~ProxyDialog();
- virtual void DoDragClick(EventRecord *event);
- private:
- virtual void DoAddProxyIcon(Boolean fromAlias);
- virtual void UpdateContentIcon(void);
- protected:
- virtual void HandleItemHit( SInt16 item );
- };